home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Sound / MSE / definitions / Test / Tutorial1-D.def < prev    next >
Encoding:
Text File  |  1996-09-08  |  466 b   |  42 lines

  1. Define Device (
  2.     Manufacturer "Test"
  3.     Device "Tutorial1"
  4. )
  5.  
  6. Define Font "Font1" (
  7.     Name "Topaz2.font"
  8.     Size 8
  9. )
  10.  
  11. Define Window "Main" (
  12.     Position 10 20
  13.     Size 400 200
  14.     Border
  15. )
  16.  
  17. Window "Main" (
  18.     Border (
  19.         Position 10 10
  20.         Size 107 40
  21.         Fill 3
  22.     )
  23.     Text "Plain Text" (
  24.         Position 20 25
  25.     )
  26.     Text "Shadow Text" (
  27.         Position 20 40
  28.         Color 2
  29.         Shadow
  30.     )
  31.  
  32.  
  33.     Gadget "Notes" (
  34.         Position 140 140
  35.         Type Slider (
  36.             Range 0 127
  37.             Size 100 10
  38.             Direction HORIZONTAL
  39.         )
  40.     )
  41. )
  42.